home *** CD-ROM | disk | FTP | other *** search
- |onc; turn on auto centring
- |dep 3; eight colours to play with
- |siz HIRES,300,140,160,0,0; size the viewing area
- |spc 10; spacing between lines (pixels)
- |plt 0,0,0,0
- |plt 1,0,0,0
- |plt 2,15,15,15
- |plt 3,0,0,0
- |plt 4,0,0,0
- |plt 5,0,0,0
- |plt 6,0,0,0
- |plt 7,0,0,0; all colours to black except for colour 2 (white)
- |col 2,1; foreground colour white, background black
- |clr; clear screen
- |spd 1;set scroll speed (1 is fairly fast, 0 is faster but flickery)
- |fnt topaz 11
- Standard workbench fonts in HIRES
-
- |fnt ruby 8
- Smallest
- |fnt garnet 9
- |col 3,1
- Extremely small
- |fnt topaz 11
- |col 4,1
- Very small
- |fnt emerald 17
- |col 5,1
- Small
- |fnt diamond 20
- |col 6,1
- |spc 5
- Medium
- |fnt topaz 11
- |col 7,1
- The same fonts in LORES...
- |lns 10,0,0
- |dly 50; now switch on the colours with short delays between each
- |plt 3,0,15,15
- |dly 60
- |plt 4,0,15,0
- |dly 60
- |plt 5,15,0,0
- |dly 60
- |plt 6,15,15,0
- |dly 60
- |ssz 30,1,300,140,160,30,0; move view down on screen
- |dly 60
- |plt 0,0,15,15
- |dly 60
- |plt 7,15,15,15
- |dly 100
- |siz LORES,300,140,10,30,0; swap to LORES
- |dly 100
- |plt 1,7,5,5
- |plt 0,7,5,5
- |dly 100
- |ssz 110,2,300,130,120,30,0; move view to right
- |lns 140,0,0 ;scroll upwards 140 pixels
- |dly 50
- |plt 0,0,0,0
- |plt 1,0,0,0
- |cls
- |siz LORES,320,200,0,0,0 ;back to a normal LORES (NTSC) screen
- |ofc; switch off auto centring
- |fnt diamond 20
- You can use much bigger
- fonts than this one, but this
- is the largest font supplied
- on standard workbench disks.
- |col 6,5
- |lns 10,0,0
- |ind 15; this indents the following text 15 pixels
- Try the other demos to see
- some better effects.
-
- |dly 160
- |fil fade; include the file 'fade' at this point
- |siz LORES,100,100,0,0,0;this prevents sMOVIE's end of file message